home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 March / CD Rom Data Mart 2001.iso / Internet / Beuverie.exe / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-01-25  |  214 b   |  16 lines

  1. on(release){
  2.    tellTarget("../bar")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("../BG")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    stopAllSounds();
  11.    tellTarget("../")
  12.    {
  13.       gotoAndPlay(1);
  14.    }
  15. }
  16.